home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / inkscape / extensions / aisvg.inx < prev    next >
Encoding:
Extensible Markup Language  |  2010-03-12  |  573 b   |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
  3.     <_name>AI SVG Input</_name>
  4.     <id>org.inkscape.input.aisvg</id>
  5.     <input>
  6.         <extension>.ai.svg</extension>
  7.         <mimetype>text/xml+svg</mimetype>
  8.         <_filetypename>Adobe Illustrator SVG (*.ai.svg)</_filetypename>
  9.         <_filetypetooltip>Cleans the cruft out of Adobe Illustrator SVGs before opening</_filetypetooltip>
  10.     </input>
  11.     <xslt>
  12.         <file reldir="extensions">aisvg.xslt</file>
  13.     </xslt>
  14. </inkscape-extension>
  15.